Package-level declarations
Easily use Gradle, Helm, Docker and more within your pipelines.
Usage
Plugins typically need to be installed on a Job for their methods to work within that job. To do so, look for methods prefixed with use
on the plugin's companion object.
For example, using the GitLab Docker Registry from within a job requires calling the method useContainerRegistry in the job body.